func crypto/internal/fips140/ecdsa.newDRBG
7 uses
crypto/internal/fips140/ecdsa (current package)
cast.go#L57: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
cast.go#L91: drbg := newDRBG(sha512.New, Z, nil, plainPersonalizationString(persStr))
cast.go#L123: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
ecdsa.go#L304: drbg := newDRBG(h, Z, nil, blockAlignedPersonalizationString{priv.d, bits2octets(c, hash)})
ecdsa.go#L320: drbg := newDRBG(h, priv.d, bits2octets(c, hash), nil) // RFC 6979, Section 3.3
hmacdrbg.go#L52: func newDRBG[H hash.Hash](hash func() H, entropy, nonce []byte, s personalizationString) *hmacDRBG {
hmacdrbg.go#L126: return newDRBG(hash, entropy, nonce, plainPersonalizationString(s))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |